home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 151-175 / scopedisk152 / since / since.doc < prev    next >
Text File  |  1995-03-19  |  979b  |  33 lines

  1. This is a small and simple batch file that allows you to perform
  2. commands on several files in a given directory or on a given disk.  It's
  3. just a minor change to the Commodore-supplied SPAT batch file, and
  4. supports all of that batch file's options (for instance, wild cards).
  5. To use it, simply precede the command you're interested in executing
  6. with the word SINCE and the date you're interested in.  It's clearer
  7. with examples:
  8.  
  9. SINCE 01-MAR-90 TYPE #?.txt
  10.  
  11. will type all of the files ending in .txt that have been updated
  12. after 03/1/90.
  13.  
  14. SINCE TODAY SHOW DF2:PICS/#?
  15.  
  16. will show all of the files in the directory named PICS in drive DF2:.
  17.  
  18. SINCE MONDAY COPY DF0:#? DF2:
  19.  
  20. will copy all of the files in the root directory of DF0: that have
  21. been altered since the previous Monday to DF2:.
  22.  
  23. You get the idea.  Anyway, this is no big deal, but I've found it
  24. pretty useful, and figured maybe others would, too.
  25.  
  26. Terry Carroll
  27. 29-Jul-90
  28.  
  29. CAAUG BBS (216-642-3344)
  30. CompuServe 71550,133
  31.  
  32.  
  33.